home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TTEXTFORMATSIGSFRAME / TTEXTFORMATSIGSFRAME.txt
Text File  |  2008-11-03  |  1KB  |  63 lines

  1. inherited TextFormatSigsFrame: TTextFormatSigsFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Text_Format_Misc_Settings'
  4.   Caption = 'Misc'
  5.   object TabGroupBox: TUiGroupBox
  6.     Left = 8
  7.     Top = 8
  8.     Width = 401
  9.     Height = 81
  10.     Caption = 'Tabulation'
  11.     TabOrder = 0
  12.     object TabSizeLbl: TUiLabel
  13.       Left = 8
  14.       Top = 36
  15.       Height = 13
  16.       Caption = 'Tab stop:'
  17.       FocusControl = TabSizeEdit
  18.     end
  19.     object TabAsSpacesEdit: TUiCheckBox
  20.       Left = 8
  21.       Top = 16
  22.       Height = 17
  23.       Caption = 'Insert spaces instead of tabs'
  24.       TabOrder = 0
  25.       OnClick = SomethingChangedClick
  26.     end
  27.     object TabSizeEdit: TUiSpinEdit
  28.       Left = 8
  29.       Top = 52
  30.       Width = 41
  31.       Height = 21
  32.       Min = 1
  33.       Position = 8
  34.       TabOrder = 1
  35.       OnChange = SomethingChangedClick
  36.     end
  37.   end
  38.   object MiscGroupBox: TUiGroupBox
  39.     Left = 8
  40.     Top = 96
  41.     Width = 401
  42.     Height = 65
  43.     Caption = 'Miscellaneous'
  44.     TabOrder = 1
  45.     object LineBasedEdit: TUiCheckBox
  46.       Left = 8
  47.       Top = 20
  48.       Height = 17
  49.       Caption = 'Lines are independent'
  50.       TabOrder = 0
  51.       OnClick = SomethingChangedClick
  52.     end
  53.     object ColBasedEdit: TUiCheckBox
  54.       Left = 8
  55.       Top = 40
  56.       Height = 17
  57.       Caption = 'Column-based data'
  58.       TabOrder = 1
  59.       OnClick = SomethingChangedClick
  60.     end
  61.   end
  62. end
  63.